| > !A>B>C.!Run
|
| Run file for A>B>C - first order kinetics demo
|
| by Chris Johnson
|
RMEnsure UtilityModule 3.10 Error This application is only suitable for use with RISC OS 3.10 or later versions
|
Iconsprites <Obey$Dir>.!sprites
|
| Find path to file
Set A_B_C$Dir <Obey$Dir>
|
| Follow PRM (4:497) advice and prevent multiple running
|
<A_B_C$Dir>.TaskCheck A>B>C
|
| set the application system variables for new help system
|
Set A_B_C$Help <A_B_C$Dir>.Documents.index/html
Set A_B_C$Version "0.01"
Set A_B_C$Web "http://www.chris-johnson.org/software/index.html"
Set A_B_C$Title "A>B>C"
Set A_B_C$Publisher "Chris Johnson"
Set A_B_C$Description "Simple demo of sequential first order reactions"
|
RMEnsure SharedCLibrary 5.17 RMLoad System:Modules.CLib
RMEnsure SharedCLibrary 5.34 Error This application requires SharedCLibrary 5.34 or later
|
RMEnsure Toolbox    0.00  RMLoad System:modules.toolbox.toolbox
RMEnsure Toolbox    1.36  ERROR You need Toolbox 1.36 or later to run A>B>C
RMEnsure Window     0.00  RMLoad System:modules.toolbox.window
RMEnsure Window     1.31  ERROR You need Window 1.31 or later to run A>B>C
RMEnsure ColourDbox 0.00  RMLoad System:modules.toolbox.colourdbox
RMEnsure ColourDbox 0.15  ERROR You need ColourDbox 0.15 or later to run A>B>C
RMEnsure FontMenu   0.00  RMLoad System:modules.toolbox.fontmenu
RMEnsure FontMenu   0.22  ERROR You need FontMenu 0.22 or later to run A>B>C
RMEnsure Menu       0.00  RMLoad System:modules.toolbox.menu
RMEnsure Menu       0.23  ERROR You need Menu 0.23 or later to run A>B>C
RMEnsure Iconbar    0.00  RMLoad System:modules.toolbox.iconbar
RMEnsure Iconbar    1.11  ERROR You need Iconbar 1.11 or later to run A>B>C
RMEnsure ProgInfo   0.00  RMLoad System:modules.toolbox.proginfo
RMEnsure ProgInfo   0.05  ERROR You need ProgInfo 0.05 or later to run A>B>C
RMEnsure SaveAs     0.00  RMLoad System:modules.toolbox.saveas
RMEnsure SaveAs     0.11  ERROR You need SaveAs 0.11 or later to run A>B>C
|
| Check memory allocation
WimpSlot -min 56K -max 56K
|
| Now start program
Run <Obey$Dir>.!RunImage
